Skip to content

Document automatic IdP routing limitation (OKTA-1062349) - #243

Open
brentschaus-okta wants to merge 1 commit into
okta:masterfrom
brentschaus-okta:tbs-okta-1062349-document-automatic-idp-routing-limitation
Open

Document automatic IdP routing limitation (OKTA-1062349)#243
brentschaus-okta wants to merge 1 commit into
okta:masterfrom
brentschaus-okta:tbs-okta-1062349-document-automatic-idp-routing-limitation

Conversation

@brentschaus-okta

Copy link
Copy Markdown

Summary

Adds a Known limitations section to the README documenting that the embedded
.NET SDK does not support automatically redirecting a user to a third-party IdP
based on an Org2Org routing rule (IdP Discovery) — for example, routing a user to
an external IdP based on their email domain with no user interaction.

The note describes the supported alternative: a manual IdP redirect using
GetIdentityProvidersAsync to surface IdP options as "Sign in with " buttons,
with a code snippet and a link to the ASP.NET sample. It also adds the section to
the README table of contents.

This is a documentation-only change requested by Developer Support to make the
feature gap discoverable; no SDK behavior is changed.

Fixes N/A

Type of PR

  • Bug Fix (non-breaking fixes to existing functionality)
  • New Feature (non-breaking changes that add new functionality)
  • Documentation update
  • Test Updates
  • Other (Please describe the type)

Test Information

  • My PR required test updates

.NET Version: N/A (documentation only)
Os Version: N/A (documentation only)

Signoff

  • I have submitted a CLA for this PR
  • Each commit message explains what the commit does
  • I have updated documentation to explain what my PR does
  • My code is covered by tests if required
  • I checked StyleCop warnings on my code

Add a Known limitations section to the README noting that the embedded
.NET SDK does not support automatic IdP routing via Org2Org routing
rules (IdP Discovery), and document the supported manual IdP redirect
pattern using GetIdentityProvidersAsync.

OKTA-1062349
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant